Click or drag to resize

ResourceCreateFolder Method

Create a folder with the given URI. The method is same as CreateCollection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool CreateFolder(
	string address
)

Parameters

address
Type: SystemString
The URI of new folder

Return Value

Type: Boolean
True if the folder created; otherwise, false.
Remarks
Any folder specified in address is created, unless already exist or unless some part of address is invalid. The path parameter specifies the new folder path, not a file path.
See Also